Skip to content

bpo-32169: Drop Python 3.4-3.5 specific code from asyncio.unix_events#4633

Closed
asvetlov wants to merge 1 commit into
python:masterfrom
asvetlov:bpo-32169
Closed

bpo-32169: Drop Python 3.4-3.5 specific code from asyncio.unix_events#4633
asvetlov wants to merge 1 commit into
python:masterfrom
asvetlov:bpo-32169

Conversation

@asvetlov

@asvetlov asvetlov commented Nov 29, 2017

Copy link
Copy Markdown
Contributor

# (Python 3.4 implements the PEP 446, socketpair returns
# non-inheritable sockets)
_set_inheritable(stdin_w.fileno(), False)
os.set_inheritable(stdin_w.fileno(), False)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does not the above comment make this unneeded? @vstinner, what are your thoughts?

@asvetlov asvetlov closed this Nov 29, 2017
@asvetlov asvetlov deleted the bpo-32169 branch November 29, 2017 12:53
@asvetlov

Copy link
Copy Markdown
Contributor Author

Should be a part of https://bugs.python.org/issue32166

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants